home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 5 (Internal Edition)
/
Apple R&P Lib Internal v5.0.iso
/
6-Developer Demos
/
Developer Demos-Ed.
/
Macintosh School® CD-ROM Demo
/
Macintosh SchoolÆ CD-ROM Demo
/
card_31848.txt
< prev
next >
Wrap
Text File
|
1990-08-14
|
9KB
|
374 lines
-- card: 31848 from stack: in
-- bmap block id: 32585
-- flags: 4000
-- background id: 25390
-- name: Daily Attendance Codes…
-- part 1 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=135 top=309 right=327 bottom=203
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: OK
----- HyperTalk script -----
on mouseUp
lock screen
repeat with index = 1 to 5
put empty into card field index
end repeat
set icon of button 3 to "Lg Unchecked Box"
set icon of button 4 to "Lg Unchecked Box"
set icon of button 5 to "Lg Checked Box"
set icon of button 6 to "Lg Unchecked Box"
set icon of button 7 to "Lg Unchecked Box"
set icon of button 8 to "Lg Unchecked Box"
set icon of button 9 to "Lg Checked Box"
set icon of button 10 to "Lg Checked Box"
set icon of button 11 to "Lg Checked Box"
set icon of button 12 to "Lg Unchecked Box"
set icon of button 13 to "Lg Unchecked Box"
hide button 13
doMenu first
unlock screen
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=315 top=309 right=327 bottom=383
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Cancel
----- HyperTalk script -----
on mouseUp
lock screen
repeat with index = 1 to 5
put empty into card field index
end repeat
set icon of button 3 to "Lg Unchecked Box"
set icon of button 4 to "Lg Unchecked Box"
set icon of button 5 to "Lg Checked Box"
set icon of button 6 to "Lg Unchecked Box"
set icon of button 7 to "Lg Unchecked Box"
set icon of button 8 to "Lg Unchecked Box"
set icon of button 9 to "Lg Checked Box"
set icon of button 10 to "Lg Checked Box"
set icon of button 11 to "Lg Checked Box"
set icon of button 12 to "Lg Unchecked Box"
set icon of button 13 to "Lg Unchecked Box"
hide button 13
doMenu first
unlock screen
end mouseUp
-- part 3 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=16 top=280 right=297 bottom=174
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on closeField
if me is not empty then
show button "Unexcused 11"
end if
end closeField
-- part 4 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=174 top=280 right=297 bottom=254
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 16
-- part name:
-- part 5 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=256 top=280 right=297 bottom=310
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 16
-- part name:
-- part 6 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=310 top=280 right=297 bottom=364
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 16
-- part name:
-- part 7 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=364 top=280 right=297 bottom=418
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 16
-- part name:
-- part 13 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=105 right=120 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5066 / 5066
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 1
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=121 right=136 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5066 / 5066
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 2
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=153 right=168 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5067 / 5067
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 3
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=169 right=184 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5066 / 5066
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 4
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 17 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=185 right=200 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5066 / 5066
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 5
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=201 right=216 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5066 / 5066
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 6
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=217 right=232 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5067 / 5067
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 7
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=233 right=248 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5067 / 5067
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 8
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=249 right=264 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5067 / 5067
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 9
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=439 top=265 right=280 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5066 / 5066
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 10
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp
-- part 23 (button)
-- low flags: 80
-- high flags: 0000
-- rect: left=439 top=281 right=296 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 5066 / 5066
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Unexcused 11
----- HyperTalk script -----
on mouseUp
if icon of me is "5067" then
set icon of me to "Lg Unchecked Box"
else set icon of me to "Lg Checked Box"
end mouseUp